projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6045c4f
)
* lread.c (load_path_check): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Jul 2012 19:33:28 +0000
(12:33 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Jul 2012 19:33:28 +0000
(12:33 -0700)
src/ChangeLog
patch
|
blob
|
history
src/lread.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 14d82ee3ecb43135f4105c5705843bd926b6704a..3ef12b230b039a4654faf5691ed911a7574db6be 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
+ * lread.c (load_path_check): Now static.
+
Fix some minor --with-ns problems found by static checking.
* frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
(x_set_font) [!HAVE_X_WINDOWS]:
diff --git
a/src/lread.c
b/src/lread.c
index 92c9e0d5ab3ad9458d6ad975f5cc6ec7580b81e4..6b6231a8f11d6c422bbf96bb5463c8fd3c557dfc 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-4061,7
+4061,7
@@
defvar_kboard (struct Lisp_Kboard_Objfwd *ko_fwd,
\f
/* Check that the elements of Vload_path exist. */
-void
+
static
void
load_path_check (void)
{
Lisp_Object path_tail;